home *** CD-ROM | disk | FTP | other *** search
/ Aminet 21 / Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso / Aminet / comm / tcp / AmIRCFetch.readme < prev    next >
Text File  |  1997-09-05  |  3KB  |  89 lines

  1. Short:    ARexx file retrieval ARexx script for AmIRC 
  2. Author:   newlook@ameritech.net (Deryk B. Robosson)
  3. Uploader: newlook@ameritech.net (Deryk B. Robosson)
  4. Version:  1.08
  5. Type:     comm/tcp
  6. Replaces: comm/tcp/AmIRCFetch.lha
  7. Requires: comm/tcp/FTPGet1_2.lha
  8.  
  9. NOTE:
  10. ------
  11. Updates and information can also be found on my web
  12. site at http://newlook.dyn.ml.org
  13.  
  14. Installation
  15. --------------
  16.  
  17. 1) Copy fetch.amirx to amirc/rexx directory
  18.  
  19. 2) Install an alias in AmIRC by selecting setup menu
  20.    then lists.  Under Alias tab, select add new alias.
  21.  
  22. 3) Then in edit window type the alias you would like
  23.    to use.
  24.  
  25.    i.e. fetch = /rx fetch %p
  26.  
  27. 4) Edit the script for your site, password, and incoming directory
  28.  
  29. Usage:
  30. --------------
  31. Using above example, you would type
  32.  
  33. /fetch /comm/tcp/AmIRCFetch.lha    - to obtain file from default site (wuarchive)
  34. /fetch /comm/tcp/AmIRCFetch.lha 2  - to obtain file from site number two
  35. /fetch CHARTS - to obtain the aminet charts file
  36.  
  37. and the file requested (if found) will be copied to the directory
  38. specified in the fetch.amirx script. Note that the filenames are
  39. case sensitive, it's not my fault, blame it on un*x ;)
  40.  
  41. Deryk Robosson
  42. ----
  43. newlook@ameritech.net
  44.  
  45.  -=> AFrame C++ OOP Extensions for Intuition <=-
  46.  
  47. -=> A3000T/040/28/26MB 2.6GB Sony15sf Supra33.6k V.34 ZIP NEC 3x CDROM<=-
  48.  
  49. HISTORY
  50. -------
  51. 1.03
  52. This version now requires you to edit the path in the script
  53. for ftpget if you do not place it in amitcp:bin/ (for those
  54. that use other TCP stacks.)  If you are an AmiTCP user, just
  55. place the ftpget executable in amitcp:bin/ directory and
  56. proceed to the installation instructions below.
  57.  
  58. 1.04
  59. This version now support getting or NOT getting the .readme
  60. files.  Edit the readme variable at the top of the script
  61. according to you needs (defaults to on).
  62.  
  63. 1.05
  64. The code has been optimised some and support for displaying
  65. the readme files has now been added. Set the "displayreadme"
  66. flag according as well as "textviewer" to you favorite text
  67. viewing program, default is currently multiview.
  68.  
  69. 1.06
  70. Prettied up the display of information to the user.
  71.  
  72. 1.07
  73. Cleaned up the code and modified the way the sitelist
  74. is handled.
  75.  
  76. 1.08
  77. Corrected problem fetching files from the root aminet dir that
  78. don't have .readme files (reported by Chris chris@celsworth.demon.co.uk)
  79.  
  80.  
  81. ============================= Archive contents =============================
  82.  
  83. Original  Packed Ratio    Date     Time    Name
  84. -------- ------- ----- --------- --------  -------------
  85.     4653    1944 58.2% 12-Jul-97 00:39:54  Fetch.amirx
  86.     2308    1192 48.3% 12-Jul-97 00:45:36  AmIRCFetch.readme
  87. -------- ------- ----- --------- --------
  88.     6961    3136 54.9% 12-Jul-97 12:09:38   2 files
  89.